/*定义版心*/

.banxin1200{width: 1200px;margin: 0 auto;}
@media screen and (max-width: 1280px){
  /*--*/
  .banxin1200{width: 95%;margin: 0 auto;}
  }

/*公共类按钮*/

.baoMingBtns{display: inline-flex;justify-content: center;align-items: center;background: #C00000;transition: all 0.4s;}
.baoMingBtns span{color: #fff;font-size: 18px;}
.baoMingBtns img{width: 6px;height: 10px;margin-left: 16px;}
@media (any-hover: hover){
  /*--*/
  .baoMingBtns:hover{background: #a10707;}
  }
@media screen and (max-width: 1000px){
  /*--*/
  .baoMingBtns:active{background: #a10707;}
  }

/*公共类标题文字1(例如首页板块标题)*/

.commTitles1{width: 100%;display: flex;justify-content: space-between;padding-top: 60px;padding-bottom: 50px;}
.commTitles1 .fls .tit1{color: #ebebeb;font-weight: 700;font-size: 48px;text-transform: uppercase;position: relative;}
.commTitles1 .fls .tit1:after{content: "";width: 64px;height: 3px;background: #033F97;position: absolute;left: 0;bottom: 0;}
.commTitles1 .fls .tit2{font-size: 30px;color: #000;font-weight: 700;}
.commTitles1 .frs{width: 10%;}
.commTitles1 .frs a{border: 0px solid red;display: inline-flex;align-items: center;justify-content: flex-end;height: 100%;box-sizing: border-box;width: 100%;}
.commTitles1 .frs a span{font-size: 16px;color: #C00000;}
.commTitles1 .frs a img{width: 24px;height: 24px;margin-left: 8px;}
@media screen and (max-width: 1000px){
  /*--*/
  .commTitles1{padding: 0.5rem 0 0.3rem 0;}
  .commTitles1 .fls .tit1{font-size: 0.4rem;color: #92B8B1;}
  .commTitles1 .fls .tit1:after{width: 100%;height: 2px;}
  .commTitles1 .fls .tit2{font-size: 0.32rem;}
  .commTitles1 .frs{width: 30%;}
  .commTitles1 .frs a img{width: 0.3rem;height: 0.3rem;}
  }

/*公共类标题文字1~~~加入我们*/

.commTitles1 .onlyimg img{width: 222px;border: 0px solid red;}
.JoinUs_div2 .commTitles1{align-items: center;}
@media screen and (max-width: 1000px){
  /*--*/
  .commTitles1 .onlyimg img{display: none;}
  }

/*公共类标题文字2(例如子页面【职业培训】的面包屑导航)+公共类面包屑导航*/

.commTitles2{width: 100%;display: flex;align-items: center;padding-top: 16px;border-bottom: 1px solid #e5e5e5;}
.commTitles2 a{font-size: 14px;color: rgba(0, 0, 0, 0.45);padding-right: 10px;padding-bottom: 16px;padding-top: 16px;transition: all 0.4s;}
.commTitles2 a:after{content: "/";font-size: 15px;color: rgba(0, 0, 0, 0.45);margin-left: 10px;}
/*.commTitles2 a:last-child{color: rgba(0, 0, 0, 0.88);}*/
.commTitles2 a:last-child:after{display: none;}
.commTitles2 a:hover{color: #000;}
@media screen and (max-width: 1000px){
  /*--*/
  .commTitles2{padding-top: 0;}
  .commTitles2 a{padding-right: 0.2rem;padding-bottom: 0.2rem;padding-top: 0.2rem;font-size: 0.26rem;}
  .commTitles2 a:after{margin-left: 0.2rem;}
  }

/*公共类标题文字3(例如新闻详情底部的新闻资讯)*/

.commTitles3{width: 100%;display: flex;justify-content: space-between;align-items: center;border-bottom: 1px solid #E5E5E5;margin-bottom: 40px;}
.commTitles3 .fls,.commTitles3 .frs{height: 50px;line-height: 50px;background: -pink;}
.commTitles3 .fls{font-size: 30px;color: #000;font-weight: 700;}
.commTitles3 .frs{border: 0px solid red;width: 10%;display: inline-flex;align-items: center;justify-content: flex-end;}
.commTitles3 .frs span{font-size: 14px;color: #C00000;}
.commTitles3 .frs img{width: 12px;margin-left: 5px;}
@media screen and (max-width: 1000px){
  /*--*/
  .commTitles3{margin-bottom: 0.3rem;}
  .commTitles3 .fls,.commTitles3 .frs{height: 0.8rem;line-height: 0.8rem;background: -pink;}
  .commTitles3 .fls{font-size: 0.32rem;}
  .commTitles3 .frs{width: 50%;border: 0px solid red;}
  .commTitles3 .frs span{font-size: 0.26rem;}
  .commTitles3 .frs img{width: 0.26rem;margin-left: 0.1rem;}
  }

/*固定在头部的导航栏：25%+50%+18%+7%*/

.fixedTopNav1{width: 100%;background: #fff;}
.fixedTopNav2{display: flex;justify-content: space-between;align-items: center;}
.fixedTopNav2 .logodiv,.fixedTopNav2 .menudiv,.fixedTopNav2 .phonediv,.fixedTopNav2 .searchdiv{height: 96px;border-right: 1px solid #ccc;}
.fixedTopNav2 .logodiv{width: 25%;}
.fixedTopNav2 .logodiv a{display: inline-flex;width: 100%;height: 100%;border: 0px solid red;justify-content: center;justify-content: center;align-items: center;}
.fixedTopNav2 .logodiv a img{display: block;width: 326px;height: 64px;}
.fixedTopNav2 .menudiv{width: 65%;display: flex;align-items: center;justify-content: space-around;}
.fixedTopNav2 .menudiv a{border: 0px solid red;padding: 0 18px;height: 100%;}
.fixedTopNav2 .menudiv a span{height: 100%;border: 0px solid orange;display: inline-flex;align-items: center;border-bottom: 3px solid transparent;transition: all 0.4s;font-size: 18px;}
.fixedTopNav2 .menudiv a.on span,.fixedTopNav2 .menudiv a:hover span{border-bottom: 3px solid #C00000;color: #C00000;}

/*根据张诚，黄老师于20240519新增下拉的二级菜单，没办法只有破坏原来的布局了*/

.fixedTopNav2 .menudiv a{position: relative;}
.fixedTopNav2 .menudiv a:hover .subDiv1{display: block;}
.fixedTopNav2 .menudiv a .subDiv1{display: none;position: absolute;left: -18px;right: 0;top: 96px;width: 160px;z-index: 10;box-sizing: border-box;padding: 0 10px;background: #fff;box-shadow: 0 0 5px rgba(100, 100, 100, 0.5);border-radius: 3px;overflow: hidden;}
.fixedTopNav2 .menudiv a .subDiv1 p{padding: 14px 0;border-bottom: 1px solid #ddd;font-size: 14px;color: #333;transition: all 0.4s;text-align: center;}
.fixedTopNav2 .menudiv a .subDiv1 p:last-child{border-bottom: none;}
.fixedTopNav2 .menudiv a .subDiv1 p:hover{color: #C00000;}

/*华丽的分割线*/

.fixedTopNav2 .phonediv{width: 18%;}
.fixedTopNav2 .phonediv a{width: 100%;height: 100%;display: inline-flex;align-items: center;justify-content: center;}
.fixedTopNav2 .phonediv img{width: 18px;}
.fixedTopNav2 .phonediv .ss1{color: #000;font-size: 14px;padding-left: 6px;}
.fixedTopNav2 .phonediv .ss2{color: #033F97;font-size: 20px;padding-left: 3px;}
.fixedTopNav2 .searchdiv{width: 7%;border-right: none;}
.fixedTopNav2 .searchdiv a{display: inline-flex;width: 100%;height: 100%;justify-content: center;align-items: center;}
.fixedTopNav2 .searchdiv a img{width: 20px;height: 20px;}
@media screen and (max-width: 1900px){
  /*-- 开始*/
  /*固定在头部的导航栏：20%+55%+18%+7%*/
  .fixedTopNav2 .logodiv{width: 20%;}
  .fixedTopNav2 .logodiv a img{width: 90%;}
  .fixedTopNav2 .menudiv{width: 55%;}
  .fixedTopNav2 .menudiv a{padding: 0 8px;}
  /*-- 结束*/
  }
@media screen and (max-width: 1660px){
  /*-- 开始*/
  .fixedTopNav2 .menudiv a .subDiv1{left: -24px;}
  .fixedTopNav2 .menudiv a {padding: 0 8px;}
  /*-- 结束*/
  }
@media screen and (max-width: 1440px){
  /*-- 开始*/
  /*固定在头部的导航栏：20%+55%+20%+5%*/
  .fixedTopNav2 .menudiv a{padding: 0 4px;}
  .fixedTopNav2 .phonediv{width: 20%;}
  .fixedTopNav2 .searchdiv{width: 5%;}
  .fixedTopNav2 .menudiv a .subDiv1{left: -28px;}
  /*-- 结束*/
  }
@media screen and (max-width: 1280px){
  /*-- 开始*/
  /*固定在头部的导航栏：30%+60%+5%+5%*/
  .fixedTopNav2 .logodiv{width: 30%;}
  .fixedTopNav2 .menudiv a{padding: 0 1px;}
  .fixedTopNav2 .menudiv{width: 60%;}
  .fixedTopNav2 .phonediv{width: 5%;}
  .fixedTopNav2 .phonediv .ss1{display: none;}
  .fixedTopNav2 .phonediv .ss2{display: none;}
  /*-- 结束*/
  }
@media screen and (max-width: 1100px){
  /*-- 开始*/
  /*固定在头部的导航栏：25%+65%+5%+5%*/
  .fixedTopNav2 .logodiv{width: 25%;}
  .fixedTopNav2 .menudiv{width: 65%;}
  /*-- 结束*/
  }
@media screen and (max-width: 1000px){
  /*--*/
  .fixedTopNav1{display: none;}
  }

/*首页的banner*/

#indexBanner{width: 100%;display: block;background: #365384;height: 500px;}
#indexBanner .swiper-wrapper .swiper-slide{height: 100%;}
#indexBanner .itembox{padding-top: 170px;padding-bottom: 112px;}
#indexBanner .itembox .dd1{font-size: 48px;color: #fff;padding-bottom: 24px;}
#indexBanner .itembox .dd2{font-size: 48px;color: #fff;font-weight: 700;}
#indexBanner .itembox .dd3{padding-top: 32px;}
#indexBanner .itembox .dd3 a{width: 176px;height: 48px;display: inline-flex;align-items: center;justify-content: center;background: #C00000;}
#indexBanner .itembox .dd3 a span{font-size: 16px;color: #fff;}
#indexBanner .itembox .dd3 a img{width: 6px;margin-left: 20px;}
@media screen and (max-width: 1440px){
  /*--*/
  #indexBanner{height: 450px;}
  }
@media screen and (max-width: 1366px){
  /*--*/
  #indexBanner{height: 400px;}
  }
@media screen and (max-width: 1280px){
  /*--*/
  #indexBanner{height: 350px;}
  }
@media screen and (max-width: 1000px){
  /*--*/
  #indexBanner{height: 2rem;}
  #indexBanner .itembox{padding: 0.6rem 0 1rem 0;}
  #indexBanner .itembox .dd1{font-size: 0.4rem;padding-bottom: 0.4rem;}
  #indexBanner .itembox .dd2{font-size: 0.4rem;}
  #indexBanner .itembox .dd3{padding-top: 0.3rem;}
  #indexBanner .itembox .dd3 a{width: 40%;height: 0.7rem;}
  }

/*首页的banner~~~这是其他小圆点*/

#indexBanner .swiper-pagination-bullet{background: #fff !important;opacity: 0.5;}

/*首页的banner~~~这是激活的小圆点*/

#indexBanner .swiper-pagination-bullet-active{background: #C00000 !important;opacity: 1;}

/*子页的banner大图*/

.sonPageBanner1{padding: 100px 0;}
.sonPageBanner1 .dd1{font-size: 48px;color: #fff;padding-bottom: 24px;}
.sonPageBanner1 .dd2{font-size: 48px;color: #fff;font-weight: 700;}
@media screen and (max-width: 1000px){
  /*--*/
  .sonPageBanner1{padding: 0.7rem 0;}
  .sonPageBanner1 .dd1{font-size: 0.4rem;padding-bottom: 0.1rem;}
  .sonPageBanner1 .dd2{font-size: 0.4rem;}
  }

/*四个图标导航*/

.fourIconNav1{width: 100%;padding-top: 56px;}
.fourIconNav2{display: flex;justify-content: space-between;flex-wrap: wrap;}
.fourIconNav2 a{width: 276px;height: 207px;display: inline-flex;justify-content: center;align-items: center;flex-direction: column;}
.fourIconNav2 a img{width: 58px;display: block;}
.fourIconNav2 a span{font-size: 20px;color: #fff;}
.fourIconNav2 a:last-child:nth-child(4n + 2){ margin-right: calc((100% - 276px) / 3 * 2);}
.fourIconNav2 a:last-child:nth-child(4n + 3){ margin-right: calc((100% - 276px) / 3 * 1);}
@media screen and (max-width: 1280px){
  /*--*/
  .fourIconNav2 a{width: 24%;}
  }
@media screen and (max-width: 1000px){
  /*--*/
  .fourIconNav1{padding-top: 0.5rem;}
  .fourIconNav2 a{width: 48.5%;margin-top: 0.2rem;height: inherit;padding: 0.3rem 0;}
  .fourIconNav2 a:nth-child(1){margin-top: 0;}
  .fourIconNav2 a:nth-child(2){margin-top: 0;}
  .fourIconNav2 a span{font-size: 0.3rem;}
  }

/*学院优势div*/

.collegeAdvantage1{width: 100%;padding-bottom: 70px;}
.collegeAdvantage3{width: 100%;}
.collegeAdvantage3 img{width: 100%;}
@media screen and (max-width: 1000px){
  /*--*/
  .collegeAdvantage1{padding-bottom: 0.5rem;}
  }

/*好课推荐div*/

.goodClassRecommend1{width: 100%;background: #F5F5F5;padding-bottom: 90px;}
.goodClassRecommend3{width: 100%;display: flex;justify-content: space-between;flex-wrap: wrap;}
.goodClassRecommend3 .itembox{width: 584px;box-sizing: border-box;padding: 40px 32px 40px 32px;background: #fff;margin-top: 32px;}
.goodClassRecommend3 .itembox:nth-child(1){margin-top: 0;}
.goodClassRecommend3 .itembox:nth-child(2){margin-top: 0;}
.goodClassRecommend3 .itembox .item_titles{width: 100%;font-size: 24px;font-weight: 700;color: #000;padding-bottom: 33px;}
.goodClassRecommend3 .itembox .item_rows{width: 100%;display: flex;justify-content: space-between;flex-wrap: wrap;}
.goodClassRecommend3 .itembox .item_rows a{width: 47%;border-bottom: 1px solid #E5E5E5;padding: 10px 0;transition: all 0.4s;font-size: 14px;}
.goodClassRecommend3 .itembox .item_rows a:hover{color: #C00000;}
.goodClassRecommend3 .itembox .item_links{width: 100%;display: flex;justify-content: flex-end;padding-top: 25px;}
.goodClassRecommend3 .itembox .item_links a span{font-size: 14px;color: #C00000;}
.goodClassRecommend3 .itembox .item_links a img{width: 12px;margin-left: 8px;}
@media screen and (max-width: 1280px){
  /*--*/
  .goodClassRecommend3 .itembox{width: 49%;}
  }
@media screen and (max-width: 1000px){
  /*--*/
  .goodClassRecommend3 .itembox{width: 100%;padding: 0.25rem;margin-top: 0.25rem !important;}
  .goodClassRecommend3 .itembox:first-child{margin-top: 0 !important;}
  .goodClassRecommend3 .itembox .item_titles{padding-bottom: 0.25rem;font-size: 0.3rem;}
  .goodClassRecommend3 .itembox .item_rows a{padding: 0.15rem 0;font-size: 0.24rem;}
  .goodClassRecommend3 .itembox .item_rows a:nth-child(1){padding-top: 0;}
  .goodClassRecommend3 .itembox .item_rows a:nth-child(2){padding-top: 0;}
  .goodClassRecommend3 .itembox .item_links{padding: 0;}
  .goodClassRecommend3 .itembox .item_links a{padding-top: 0;padding-left: 0.5rem;margin-top: 0.25rem;border: 0px solid red;position: relative;}
  .goodClassRecommend3 .itembox .item_links a:after{content: "";position: absolute;bottom: -0.3rem;right: -0.3rem;border: 0px solid red;background: -red;top: 0;left: 0;}
  .goodClassRecommend3 .itembox .item_rows a{width: 48%;}
  }
@media screen and (max-width: 1000px){
  /*--*/
  .goodClassRecommend1{padding-bottom: 0.5rem;}
  }

/*学院简介div*/

.collegeProfile1{padding-bottom: 100px;}
.collegeProfile3{display: flex;justify-content: space-between;align-items: center;}
.collegeProfile3 .fls{width: 320px;height: 223px;}
.collegeProfile3 .frs{width: calc(100% - 320px);padding-left: 32px;box-sizing: border-box;}
.collegeProfile3 .frs .fr1{width: 100%;color: #000;font-size: 24px;padding-bottom: 20px;font-weight: 700;}
.collegeProfile3 .frs .fr2{color: #000;font-size: 14px;line-height: 25px;height: 100px;}
.collegeProfile3 .frs .fr3{width: 100%;padding-top: 24px;}
.collegeProfile3 .frs .fr3 a{width: 192px;height: 48px;display: inline-flex;justify-content: center;align-items: center;background: #C00000;transition: all 0.4s;}
.collegeProfile3 .frs .fr3 a:hover{background: #a10707;}
.collegeProfile3 .frs .fr3 a span{font-size: 16px;color: #fff;}
.collegeProfile3 .frs .fr3 a img{width: 24px;margin-left: 8px;}
@media screen and (max-width: 1000px){
  /*--*/
  .collegeProfile3{flex-wrap: wrap;}
  .collegeProfile3 .fls{width: 100%;height: inherit;height: 3rem;}
  .collegeProfile3 .frs{width: 100%;padding-left: 0;}
  .collegeProfile3 .frs .fr1{font-size: 0.28rem;font-weight: 700;padding: 0.25rem 0 0.15rem 0;}
  .collegeProfile3 .frs .fr2{font-size: 0.26rem;line-height: 0.5rem;height: 2rem;}
  .collegeProfile3 .frs .fr3{padding-top: 0.25rem;width: 100%;display: flex;justify-content: center;}
  .collegeProfile3 .frs .fr3 a{width: 50%;height: 0.7rem;}
  .collegeProfile3 .frs .fr3 a span{font-size: 0.26rem;}
  .collegeProfile3 .frs .fr3 a img{width: 0.3rem;margin-left: 0.1rem;}
  .collegeProfile1{padding-bottom: 0.5rem;}
  }

/*合作单位div*/

.cooperativeUnit1{width: 100%;background: #F5F5F5;padding-bottom: 100px;}
.cooperativeUnit3{width: 100%;overflow: hidden;display: flex;justify-content: space-between;flex-wrap: wrap;}
.cooperativeUnit3 a{overflow: hidden;width: 282px;height: 88px;display: inline-flex;justify-content: center;align-items: center;float: left;border: 0px solid red;margin-top: 32px;background: #fff;}
.cooperativeUnit3 a:nth-child(1){margin-top: 0;}
.cooperativeUnit3 a:nth-child(2){margin-top: 0;}
.cooperativeUnit3 a:nth-child(3){margin-top: 0;}
.cooperativeUnit3 a:nth-child(4){margin-top: 0;}
.cooperativeUnit3 a:last-child:nth-child(4n + 2){ margin-right: calc((100% - 24%) / 3 * 2);}
.cooperativeUnit3 a:last-child:nth-child(4n + 3){ margin-right: calc((100% - 24%) / 3 * 1);}
.cooperativeUnit3 a img{height: 50px;}
.cooperativeUnit4{pointer-events: none;}
.cooperativeUnit4 .swiper-wrapper .swiper-slide img{width: 100%;}
@media screen and (max-width: 1280px){
  /*--*/
  .cooperativeUnit3 a{width: 24%;}
  .cooperativeUnit4 .swiper-wrapper .swiper-slide{height: 250px;}
  }
@media screen and (max-width: 1000px){
  /*--*/
  .cooperativeUnit3 a{width: 32.5%;margin-top: 0.1rem !important;}
  .cooperativeUnit3 a:nth-child(1){margin-top: 0 !important;}
  .cooperativeUnit3 a:nth-child(2){margin-top: 0 !important;}
  .cooperativeUnit3 a:nth-child(3){margin-top: 0 !important;}
  .cooperativeUnit3 a img{max-height: 80%;max-width: 90%;}
  .cooperativeUnit1{padding-bottom: 0.5rem;}
  }

/*合作单位div~~~无缝滚动*/

.wuFengBanner2{pointer-events: none;}
.wuFengBanner2 .itembox img{width: 100%;}

/*友情链接div*/

.friendlyLink1{width: 100%;background: #033F97;padding: 24px 0;}
.friendlyLink2{display: flex;justify-content: space-between;}
.friendlyLink2 .fls{font-size: 16px;color: #fff;border: 0px solid red;width: 140px;display: inline-flex;align-items: center;}
.friendlyLink2 .frs{width: calc(100% - 140px);display: flex;justify-content: space-between;align-items: center;}
.friendlyLink2 .frs .link_JianTous{width: 46px;border: 0px solid red;cursor: pointer;height: 100%;display: inline-flex;align-items: center;}
.friendlyLink2 .frs .link_JianTous img{width: 24px;height: 24px;}
.friendlyLink2 .frs .link_JianTous:last-child{justify-content: flex-end;}
.friendlyLink2 .frs #linkBanner{width: calc(100% - 92px);background: -pink;}
.friendlyLink2 .frs #linkBanner .swiper-slide{width: 100%;height: 50px;line-height: 50px;background: #fff;text-align: center;box-sizing: border-box;padding: 0 16px;font-size: 16px;color: #000;}
@media screen and (max-width: 1000px){
  /*--*/
  .friendlyLink1{padding: 0.3rem;}
  .friendlyLink2{flex-wrap: wrap;}
  .friendlyLink2 .fls{width: 100%;font-size: 0.26rem;padding-bottom: 0.2rem;}
  .friendlyLink2 .frs{width: 100%;}
  .friendlyLink2 .frs #linkBanner .swiper-slide{font-size: 0.26rem;}
  }

/*公共类底部div*/

.commFooter1{width: 100%;padding-top: 63px;background: #1A1A1A;}
.commFooter3{width: 100%;display: flex;justify-content: space-between;padding-bottom: 64px;border-bottom: 1px solid rgba(255, 255, 255, 0.1);}
.commFooter3>div{position: relative;}
.commFooter3>div:after{content: "";position: absolute;right: 0;top: 50%;transform: translateY(-50%);width: 1px;height: 95px;background: rgba(255, 255, 255, 0.1);}
.commFooter3>div:last-child:after{content: "";display: none;}
.commFooter3 .info_div{width: 437px;}
.commFooter3 .info_div .dd1{width: 100%;}
.commFooter3 .info_div .dd1 a img{width: 245px;}
.commFooter3 .info_div .dd2{width: 100%;padding-top: 20px;}
.commFooter3 .info_div .dd2 a{color: rgba(255, 255, 255, 0.6);font-size: 14px;width: 100%;padding: 5px 0;transition: all 0.4s;}
.commFooter3 .info_div .dd2 a:hover{color: #fff;}
.commFooter3 .menu_div{width: 550px;display: flex;justify-content: center;}
.commFooter3 .menu_div .menuItem{margin-right: 64px;float: left;}
.commFooter3 .menu_div .menuItem p{color: #fff;font-size: 15px;color: #fff;padding-bottom: 8px;font-weight: 700;}
.commFooter3 .menu_div .menuItem a{font-size: 14px;color: rgba(255, 255, 255, 0.6);display: block;padding: 5px 0;transition: all 0.4s;}
.commFooter3 .menu_div .menuItem a:hover{color: #fff;}
.commFooter3 .weixin_div .dd1{width: 90px;}
.commFooter3 .weixin_div .dd1 img{width: 100%;}
.commFooter3 .weixin_div .dd2{font-weight: 400; font-size: 14px; color: rgba(255, 255, 255, 0.6);text-align: center;padding-top: 10px;}
.commFooter4{width: 100%;padding: 17px 0;display: flex;justify-content: center;align-items: center;}
.commFooter4 a{font-size: 14px; color: rgba(255, 255, 255, 0.4);padding: 0 15px;color: rgba(255, 255, 255, 0.6);transition: all 0.4s;}
.commFooter4 a:first-child{padding-left: 0;}
.commFooter4 a:last-child{padding-right: 0;}
.commFooter4 a:hover{color: #fff;}
@media screen and (max-width: 1280px){
  /*--*/
  .commFooter3 .menu_div{width: auto;flex: 1;}
  .commFooter3 .weixin_div{padding: 0 8%;}
  }
@media screen and (max-width: 1000px){
  /*--*/
  .commFooter1{width: 100%;padding: 0;}
  .commFooter3{display: block;padding-bottom: 0;border-bottom: 1px dotted rgba(255, 255, 255, 0.6);}
  .commFooter3 .info_div{border-bottom: 1px dotted rgba(255, 255, 255, 0.6);padding: 0.15rem 0;width: 100%;}
  .commFooter3 .info_div .dd1 a img{width: 50%;}
  .commFooter3 .info_div .dd2{padding-top: 0.1rem;}
  .commFooter3 .info_div .dd2 a{padding: 0.1rem 0;font-size: 0.26rem;}
  .commFooter3 .info_div .dd2 a:first-child{padding-top: 0;}
  .commFooter3 .menu_div{padding: 0.15rem 0;border-bottom: 1px dotted rgba(255, 255, 255, 0.6);width: 100%;}
  .commFooter3 .menu_div .menuItem{margin-right: 0;flex: 1;}
  .commFooter3 .menu_div .menuItem p{text-align: left;font-size: 0.26rem;}
  .commFooter3 .menu_div .menuItem a{text-align: left;font-size: 0.26rem;}
  .commFooter3 .weixin_div{padding: 0.15rem 0;display: flex;flex-direction: row-reverse;align-items: center;justify-content: flex-end;}
  .commFooter3 .weixin_div .dd1{width: 1.6rem;}
  .commFooter3 .weixin_div .dd2{font-size: 0.26rem;padding-right: 0.3rem;}
  .commFooter4{display: block;padding: 0.15rem 0 0.2rem 0;}
  .commFooter4 a{font-size: 0.26rem;display: block;width: 100%;padding: 0.05rem 0 0.05rem 0;}
  .commFooter4 a:first-child{padding-top: 0;}
  .commFooter4 a:last-child{padding-bottom: 0;}
  }

/*筛选的大类和小类*/

.ScreenBigSmall1{padding-bottom: 56px;}
.ScreenLists{width: 100%;overflow: hidden;}
.ScreenLists a{margin-top: 16px;box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.04); border: 1px solid #E5E5E5;transition: all 0.4s;float: left;background: #fff;color: #333;padding: 0 15px;text-align: center;}
.ScreenLists a.on{background: #C00000;color: #fff;border: 1px solid #C00000;}
@media (any-hover: hover){
  /*--*/
  .ScreenLists a:hover{background: #C00000;color: #fff;border: 1px solid #C00000;}
  }
@media screen and (max-width: 1000px){
  /*--*/
  .ScreenLists a:active{background: #C00000;color: #fff;border: 1px solid #C00000;}
  }
.ScreenList1 a{height: 48px;line-height: 48px;margin-right: 23px;margin-top: 23px;}
.ScreenList2{border-top: 1px solid #e5e5e5;margin-top: 32px;}
.ScreenList2 a{height: 40px;line-height: 40px;margin-right: 16px;margin-top: 23px;}
@media screen and (max-width: 1280px){
  /*--*/
  .ScreenLists a{padding: 0 0.2rem;}
  }
@media screen and (max-width: 1000px){
  /*--*/
  .ScreenLists{padding-top: 0.1rem;}
  .ScreenList2{margin-top: 0.3rem;}
  .ScreenLists a{height: 0.7rem;line-height: 0.7rem;margin-top: 0.2rem;margin-right: 0.3rem;}
  .ScreenBigSmall1{padding-bottom: 0.5rem;}
  }

/*培训列表div*/

.TrainList1{width: 100%;padding-bottom: 112px;}
.TrainTitle{width: 100%;display: flex;align-items: center;justify-content: space-between;padding-bottom: 40px;}
.TrainTitle .fls{font-size: 30px;color: #000;font-weight: 700;}
.TrainTitle .frs{display: inline-flex;align-items: center;}
.TrainTitle .frs .pp1{color: #000;font-size: 16px;display: inline;width: auto;padding-right: 10px;}
.TrainTitle .frs .pp2{color: #C00000;font-size: 28px;display: inline;width: auto;padding-right: 32px;font-weight: 700;font-style: italic;}
.TrainTitle .frs .pp2:before{content: "￥";}
.TrainTitle .frs a{width: 280px;height: 64px;}
.TrainList3{width: 100%;}
.TrainList3 .itembox{width: 100%;display: flex;justify-content: space-between;cursor: pointer;transition: all 0.4s;border: 1px solid transparent;background: #FFFFFF; box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.04); border: 1px solid #E5E5E5;border-top: 1px solid transparent;}
.TrainList3 .itembox.on{background: rgba(192, 0, 0, 0.05);box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.04); border: 1px solid rgba(192, 0, 0, 0.2);border-top: 1px solid transparent;}
@media (any-hover: hover){
  /*--*/
  .TrainList3 .itembox:hover{background: rgba(192, 0, 0, 0.05);box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.04); border: 1px solid rgba(192, 0, 0, 0.2);border-top: 1px solid transparent;}
  }
.TrainList3 .itembox:first-child{border-top: 1px solid #E5E5E5 !important;}
.TrainList3 .itembox:first-child.on{border-top: 1px solid rgba(192, 0, 0, 0.2) !important;}
.TrainList3 .itembox>div,.TrainList3 .itembox>a{height: 64px;line-height: 64px;}
.TrainList3 .itembox .dd1{width: 200px;border: 0px solid red;overflow: hidden;display: flex;justify-content: center;align-items: center;}
.TrainList3 .itembox .dd1 .icheck-material-red{height: 25px;background: -pink;pointer-events: none;}
.TrainList3 .itembox .dd2{width: 550px;border: 0px solid red;font-size: 16px;transition: all 0.4s;}
@media (any-hover: hover){
  /*--*/
  .TrainList3 .itembox .dd2:hover{color: #C00000;text-decoration: underline;}
  }
@media screen and (max-width: 1000px){
  /*--*/
  .TrainList3 .itembox .dd2:active{color: #C00000;text-decoration: underline;}
  }
.TrainList3 .itembox .dd3{width: 150px;border: 0px solid red;font-weight: 700;font-size: 16px;text-align: center;}
.TrainList3 .itembox .dd4{width: 150px;border: 0px solid red;font-weight: 700;font-size: 16px;text-align: center;}
.TrainList3 .itembox .dd4:before{content: "￥";}
.TrainList3 .itembox .dd5{width: 350px;border: 0px solid red;display: flex;justify-content: center;display: inline-flex;align-items: center;}
.TrainList3 .itembox .dd5 a{display: inline-flex;align-items: center;padding: 0 16px;position: relative;border: 0px solid orange;width: 50%;}
.TrainList3 .itembox .dd5 a:first-child{display: inline-flex;justify-content: flex-end;}
.TrainList3 .itembox .dd5 a:after{content: "";width: 1px;position: absolute;background: #ddd;height: 24px;right: 0;top: 50%;transform: translateY(-50%);}
.TrainList3 .itembox .dd5 a:last-child{border-right: none;}
.TrainList3 .itembox .dd5 a:last-child:after{display: none;}
.TrainList3 .itembox .dd5 a img{width: 24px;}
.TrainList3 .itembox .dd5 a span{color: #C00000;font-size: 16px;padding-left: 5px;}
@media screen and (max-width: 1000px){
  /*--*/
  .TrainTitle{display: block;padding-bottom: 0.3rem;}
  .TrainTitle .fls{display: block;width: 100%;font-weight: 700;font-size: 0.3rem;}
  .TrainTitle .frs{width: 100%;display: flex;justify-content: space-between;align-items: center;}
  .TrainTitle .frs .pp1{font-size: 0.26rem;padding-right: 0.2rem;}
  .TrainTitle .frs .pp2{padding-right: 0;font-size: 0.36rem;}
  .TrainTitle .frs a{width: auto;flex: 1;margin-left: 30%;height: 0.7rem;}
  .baoMingBtns span{font-size: 0.26rem;}
  .baoMingBtns img{margin-left: 0.1rem;}
  .TrainList3 .itembox{flex-wrap: wrap;padding: 0.1rem 0;}
  .TrainList3 .itembox .dd1{width: 20%;height: 0.6rem;line-height: 0.6rem;}
  .TrainList3 .itembox .dd2{width: 80%;height: 0.6rem;line-height: 0.6rem;font-size: 0.26rem;}
  .TrainList3 .itembox .dd3{width: 20%;border: 0px solid red;height: 0.6rem;line-height: 0.6rem;font-size: 0.26rem;}
  .TrainList3 .itembox .dd4{width: 20%;border: 0px solid red;height: 0.6rem;line-height: 0.6rem;font-size: 0.26rem;}
  .TrainList3 .itembox .dd5{width: 60%;border: 0px solid red;}
  .TrainList3 .itembox .dd5 a{padding: 0 0.2rem;border: 0px solid red;height: 0.6rem;line-height: 0.6rem;}
  .TrainList3 .itembox .dd5 a img{width: 0.3rem;height: 0.3rem;margin-right: 0.1rem;}
  .TrainList3 .itembox .dd5 a span{padding: 0;font-size: 0.26rem;}
  .TrainList1{padding-bottom: 0.5rem;}
  .TrainList3 .itembox>div{height: inherit;line-height: inherit;}
  }

/*职业培训page的详情1*/

.zhiYe_DtailA1{width: 100%;padding: 56px 0;}
.zhiYe_DtailA2{display: flex;align-items: center;}
.zhiYe_DtailA2>div{height: 320px;overflow: hidden;}
.zhiYe_DtailA2 .fls{width: 480px;overflow: hidden;}
.zhiYe_DtailA2 .frs{width: calc(100% - 480px);padding-left: 50px;}
.zhiYe_DtailA2 .frs .dd1{width: 100%;align-items: center;padding: 20px 0;}
.zhiYe_DtailA2 .frs .dd1 .dd1a{max-width: 500px;font-size: 24px;color: #000;font-weight: 700;}
.zhiYe_DtailA2 .frs .dd1 .dd1b{display: inline-flex;align-items: center;    padding-top: 15px;}
.zhiYe_DtailA2 .frs .dd1 .dd1b .ss1{font-size: 14px;color: #999;}
.zhiYe_DtailA2 .frs .dd1 .dd1b .ss2{font-size: 16px;color: #C00000;padding-left: 8px;font-weight: 700;font-style: italic;}
.zhiYe_DtailA2 .frs .dd2{line-height: 30px;height: 120px;color: #666;font-size: 14px;}
.zhiYe_DtailA2 .frs .dd3{padding-top: 50px;}
.zhiYe_DtailA2 .frs .dd3 a{width: 176px;height: 48px;}
@media screen and (max-width: 1000px){
  /*--*/
  .zhiYe_DtailA1{padding: 0.5rem 0;}
  .zhiYe_DtailA2{display: block;}
  .zhiYe_DtailA2>div{height: inherit;}
  .zhiYe_DtailA2 .fls{width: 100%;height: 3rem;}
  .zhiYe_DtailA2 .frs{width: 100%;padding-left: 0;}
  .zhiYe_DtailA2 .frs .dd1{padding: 0.2rem 0;}
  .zhiYe_DtailA2 .frs .dd1 .dd1a{max-width: 100%;font-size: 0.28rem;}
  .zhiYe_DtailA2 .frs .dd1 .dd1b{padding-left: 0.2rem;}
  .zhiYe_DtailA2 .frs .dd1 .dd1b .ss1{font-size: 0.26rem;}
  .zhiYe_DtailA2 .frs .dd1 .dd1b .ss2{font-size: 0.26rem;padding-left: 0.2rem;}
  .zhiYe_DtailA2 .frs .dd2{line-height: 0.5rem;height: 2rem;font-size: 0.26rem;}
  .zhiYe_DtailA2 .frs .dd3{padding-top: 0.2rem;width: 100%;display: flex;justify-content: center;}
  .zhiYe_DtailA2 .frs .dd3 a{width: 50%;height: 0.7rem;}
  }

/*职业培训page的详情2*/

.zhiYe_DtailB1{background: #f9f9f9;width: 100%;padding: 56px 0 96px 0;}
.zhiYe_DtailB2 .tabHead{display: flex;align-items: center;border-bottom: 1px solid #E5E5E5;}
.zhiYe_DtailB2 .tabHead a{display: inline-flex;align-items: center;padding: 0 20px;border-bottom: 3px solid transparent;transition: all 0.4s;border: 0px solid red;}
.zhiYe_DtailB2 .tabHead a span{border-bottom: 3px solid transparent;transition: all 0.4s;font-size: 18px;color: #666;height: 50px;line-height: 50px;border: 0px solid red;}
.zhiYe_DtailB2 .tabHead a:first-child{padding-left: 0;}
.zhiYe_DtailB2 .tabHead a.on span,.zhiYe_DtailB2 .tabHead a:hover span{border-bottom: 3px solid #C00000;color: #C00000;font-weight: 700;}
.zhiYe_DtailB2 .bodyItem{display: none;box-sizing: border-box;background: #fff;padding: 32px;box-shadow: 0px 0px 80px 0px rgba(0, 0, 0, 0.04);overflow-x: hidden;overflow-y: auto;}
.zhiYe_DtailB2 .bodyItem.on{display: block;}
.zhiYe_DtailB2 .bodyItem p{font-size: 14px;line-height: 30px;text-align: justify;padding-top: 10px;}
.zhiYe_DtailB2 .bodyItem p:first-child{padding-top: 0;}
.zhiYe_DtailB2 .bodyItem img{max-width: 100%;}
@media screen and (max-width: 1000px){
  /*--*/
  .zhiYe_DtailB1{padding: 0.5rem 0;}
  .zhiYe_DtailB2 .tabHead{flex-wrap: wrap;}
  .zhiYe_DtailB2 .tabHead a{padding: 0;border: 0px solid red;margin-left: 0.3rem;}
  .zhiYe_DtailB2 .tabHead a span{font-size: 0.28rem;height: 0.7rem;line-height: 0.7rem;}
  .zhiYe_DtailB2 .bodyItem{padding: 0.3rem;height: inherit;overflow: inherit;}
  .zhiYe_DtailB2 .bodyItem p{font-size: 0.26rem;}
  }

/*新闻list页的左右布局--total*/

.newList1{width: 100%;padding-bottom: 96px;}
.newList2{display: flex;justify-content: space-between;padding-top: 56px;}
@media screen and (max-width: 1000px){
  /*--*/
  .newList1{padding-bottom: 0.5rem;}
  .newList2{padding-top: 0.5rem;display: block;}
  }

/*新闻list页的左右布局--left*/

.newList2 .fls{width: 256px;}
.newList2 .fls .itembox{width: 100%;height: 151px;background: #DDDDDD;padding-top: 32px;box-sizing: border-box;position: relative;cursor: pointer;margin-top: 24px;transition: all 0.4s;}
.newList2 .fls .itembox:first-child{margin-top: 0;}
.newList2 .fls .itembox>i{position: absolute;left: 50%;bottom: 0;z-index: 10;width: 32px;height: 5px;background: #C00000; box-shadow: 0px 0px 20px 0px rgba(192, 0, 0, 0.7);transform: translateX(-50%);}
.newList2 .fls .itembox .dd1{width: 100%;font-size: 19px;color: #999;padding-bottom: 24px;text-align: center;transition: all 0.4s;}
.newList2 .fls .itembox .dd2{width: 100%;display: flex;justify-content: center;}
.newList2 .fls .itembox .dd2 img{width: 60px;transition: all 0.4s;}
.newList2 .fls .itembox .dd2 img.img1{display: block;}
.newList2 .fls .itembox .dd2 img.img2{display: none;}
.newList2 .fls .itembox.on, .newList2 .fls .itembox:hover{background: #FFFFFF; box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.1);}
.newList2 .fls .itembox.on .dd1, .newList2 .fls .itembox:hover .dd1{color: #000;font-weight: 700;}
.newList2 .fls .itembox.on .dd2 img.img2, .newList2 .fls .itembox:hover .dd2 img.img2{display: block;}
.newList2 .fls .itembox.on .dd2 img.img1, .newList2 .fls .itembox:hover .dd2 img.img1{display: none;}
@media screen and (max-width: 1000px){
  /*--*/
  .newList2 .fls{width: 100%;display: flex;justify-content: space-between;margin-bottom: 0.3rem;}
  .newList2 .fls .itembox{height: inherit;padding-top: 0.2rem;margin-top: 0 !important;width: 50%;padding-bottom: 0.3rem;}
  .newList2 .fls .itembox .dd1{font-size: 0.28rem;padding-bottom: 0.2rem;}
  .newList2 .fls .itembox .dd2 img{width: 0.4rem;}
  }

/*新闻list页的左右布局--right*/

.newList2 .frs{width: 872px;}
.newList2 .frs .itembox{width: 100%;display: flex;justify-content: space-between;background: #FFFFFF; box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.04);margin-top: 32px;cursor: pointer;position: relative;}
.newList2 .frs .itembox .itemfr:before{content: "";width: 5px; height: 32px; background: #C00000; box-shadow: 0px 0px 20px 0px rgba(192, 0, 0, 0.7);display: inline-block;position: absolute;left: 270px;top: 30px;z-index: 10;}
.newList2 .frs .itembox:first-child{margin-top: 0;}
.newList2 .frs .itembox .itemfl{width: 285px;height: 190px;}
.newList2 .frs .itembox .itemfr{width: calc(100% - 240px);box-sizing: border-box;padding: 10px 48px 10px 48px;}
.newList2 .frs .itembox .itemfr .fr1{width: 100%;font-weight: 700;font-size: 19px;color: #000;margin-bottom: 20px;}
.newList2 .frs .itembox .itemfr .fr2{height: 90px;line-height: 30px;font-size: 14px;color: #999;}
.newList2 .frs .itembox .itemfr .fr3{width: 100%;display: flex;justify-content: space-between;align-items: center;padding-top: 15px;}
.newList2 .frs .itembox .itemfr .fr3 .ss1{font-size: 14px;color: #000;}
.newList2 .frs .itembox .itemfr .fr3 .pp1{display: inline-flex;align-items: center;width: auto;}
.newList2 .frs .itembox .itemfr .fr3 .pp1 .ss2{font-size: 14px;color: #C00000;}
.newList2 .frs .itembox .itemfr .fr3 .pp1 img{width: 12px;margin-left: 4px;}
@media screen and (max-width: 1000px){
  /*--*/
  .newList2 .frs{width: 100%;}
  .newList2 .frs .itembox{margin-top: 0.3rem !important;}
  .newList2 .frs .itembox:first-child{margin-top: 0 !important;}
  .newList2 .frs .itembox .itemfl{display: none;}
  .newList2 .frs .itembox .itemfr{width: 100%;padding: 0.25rem;}
  .newList2 .frs .itembox .itemfr:before{left: 0;top: 0.25rem;height: 0.7rem;display: none;}
  .newList2 .frs .itembox .itemfr .fr1{font-size: 0.29rem;padding-bottom: 0.2rem;margin-bottom: 0;}
  .newList2 .frs .itembox .itemfr .fr2{max-height: 1.5rem;line-height: 0.5rem;font-size: 0.26rem;height: inherit;}
  .newList2 .frs .itembox .itemfr .fr3{padding-top: 0.1rem;}
  .newList2 .frs .itembox .itemfr .fr3 .ss1{font-size: 0.25rem;}
  .newList2 .frs .itembox .itemfr .fr3 .pp1 .ss2{font-size: 0.25rem;}
  .newList2 .frs .itembox .itemfr .fr3 .pp1 img{width: 0.2rem;height: 0.2rem;margin-left: 0.05rem;}
  }

/*公共类分页*/


/*.comPageDiv1{width: 100%;padding-left: 328px;padding-bottom: 96px;}
.comPageDiv1B{padding-left: 0;}
.comPageDiv2{display: flex;justify-content: center;align-items: center;}
.comPageDiv2 a{width: 48px;height: 48px;border: 1px solid rgba(0, 0, 0, 0.15);display: inline-flex;justify-content: center;align-items: center;margin-right: 12px;color: rgba(0, 0, 0, 0.65);transition: all 0.4s;font-size: 18px;}
.comPageDiv2 a:last-child{margin-right: 0;}
.comPageDiv2 a.on,.comPageDiv2 a:hover{background: #C00000;color: #fff;border: 1px solid #C00000;}
@media screen and (max-width: 1000px){
  .comPageDiv1{padding-left: 0;padding-bottom: 0.5rem;}
  .comPageDiv2 a{width: 0.5rem;height: 0.5rem;}
  .comPageDiv2{width: 100% !important;}
  }*/


/*公共类分页~~~黄老师于20240506修改：为了适应郭少楠的后台框架的html分页片段*/

.comPageDiv1{width: 100%;padding-left: 328px;padding-bottom: 96px;}
.comPageDiv1v{width: 100%;;padding-bottom: 96px;}
.comPageDiv1B{padding-left: 0;}
.comPageDiv2{display: flex;justify-content: center;align-items: center;}
.comPageDiv2 ul{width: 100%;display: flex;justify-content: center;align-items: center;}
.comPageDiv2 ul li a,.comPageDiv2 ul li span{width: 48px;height: 48px;border: 1px solid rgba(0, 0, 0, 0.15);display: inline-flex;justify-content: center;align-items: center;margin-right: 12px;color: rgba(0, 0, 0, 0.65);transition: all 0.4s;font-size: 18px;}
.comPageDiv2 ul li.active a,.comPageDiv2 ul li.active span{background: #C00000;color: #fff;border: 1px solid #C00000;cursor: pointer;}
.comPageDiv2 ul li:last-child a,.comPageDiv2 ul li:last-child span{margin-right: 0;}
@media (any-hover: hover){
  /*--*/
  .comPageDiv2 ul li a:hover,.comPageDiv2 ul li span:hover{background: #C00000;color: #fff;border: 1px solid #C00000;cursor: pointer;}
  }
@media screen and (max-width: 1000px){ .comPageDiv1{padding-left: 0;padding-bottom: 0.5rem;}
  .comPageDiv1v{padding-left: 0;padding-bottom: 0.5rem;}
  .comPageDiv2 ul li a,.comPageDiv2 ul li span{width: 0.5rem;height: 0.5rem;font-size: 0.26rem;}
  .comPageDiv2{width: 100% !important;}
  .comPageDiv2 ul li a:active,.comPageDiv2 ul li span:active{background: #C00000;color: #fff;border: 1px solid #C00000;cursor: pointer;}
  }

/*新闻详情div*/

.newsDetail1{width: 100%;padding-top: 56px;padding-bottom: 88px;}
.newsDetail2 .dd_title{font-size: 38px;color: #000;line-height: 55px;text-align: justify;padding-bottom: 32px;}
.newsDetail2 .dd_time{font-size: 16px;color: #999;padding-bottom: 32px;}
.newsDetail2 .dd_content{width：100%;overflow: hidden;}
.newsDetail2 .dd_content p{font-size: 16px !important;color: #000;line-height: 32px;padding-top: 20px;text-align: justify;text-indent: 0 !important;}
.newsDetail2 .dd_content p:first-child{padding-top: 0;}
.newsDetail2 .dd_content p img{display: block;max-width: 100%;margin: 0 auto;}
@media screen and (max-width: 1000px){
  /*--*/
  .newsDetail1{padding-top: 0.5rem;padding-bottom: 0.5rem;}
  .newsDetail2 .dd_title{font-size: 0.3rem;line-height: 0.5rem;padding-bottom: 0.3rem;font-weight: 700;}
  .newsDetail2 .dd_time{font-size: 0.26rem;padding-bottom: 0.25rem;}
  .newsDetail2 .dd_content p, .newsDetail2 .dd_content span{font-size: 0.26rem !important;line-height: 0.5rem !important;padding-top: 0.25rem;}
  }

/*新闻详情的新闻资讯div*/

.tuiJian_List{width: 100%;overflow: hidden;padding-bottom: 156px;display: flex;justify-content: space-between;flex-wrap: wrap;}
.tuiJian_List a{width: 276px;background: #FFFFFF; box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.04);float: left;margin-top: 32px;}
.tuiJian_List a:nth-child(1){margin-top: 0;}
.tuiJian_List a:nth-child(2){margin-top: 0;}
.tuiJian_List a:nth-child(3){margin-top: 0;}
.tuiJian_List a:nth-child(4){margin-top: 0;}
.tuiJian_List a:last-child:nth-child(4n + 2){ margin-right: calc((100% - 24%) / 3 * 2);}
.tuiJian_List a:last-child:nth-child(4n + 3){ margin-right: calc((100% - 24%) / 3 * 1);}
.tuiJian_List a .dd1{width: 100%;height: 160px;overflow: hidden;}
.tuiJian_List a .dd1 img{width: 100%;}
.tuiJian_List a .dd2{width: 100%;font-size: 15px;font-weight: 700;color: #000;padding: 24px 18px 16px 18px;}
.tuiJian_List a .dd3{width: 100%;font-size: 14px;color: #999;padding: 0 18px 26px 18px;}
@media screen and (max-width: 1280px){
  /*--*/
  .tuiJian_List a{width: 24%;}
  }
@media screen and (max-width: 1000px){
  /*--*/
  .tuiJian_List{padding-bottom: 0.5rem;}
  .tuiJian_List a{width: 48.5%;margin-top: 0.2rem !important;margin-right: 0 !important;}
  .tuiJian_List a:nth-child(1){margin-top: 0 !important;}
  .tuiJian_List a:nth-child(2){margin-top: 0 !important;}
  .tuiJian_List a .dd1{height: 2rem;}
  .tuiJian_List a .dd2{font-size: 0.26rem;padding: 0.25rem 0.25rem 0.1rem 0.25rem;}
  .tuiJian_List a .dd3{font-size: 0.26rem;color: #999;padding: 0 0.25rem 0.25rem 0.25rem;}
  }

/*新闻详情的新闻资讯div(复制版)*/

.tuiJian_div1B{padding-top: 40px;}
.tuiJian_div1B .tuiJian_List{padding-bottom: 96px;}
@media screen and (max-width: 1000px){
  /*--*/
  .tuiJian_div1B{padding-top: 0.5rem;}
  .tuiJian_div1B .tuiJian_List{padding-bottom: 0.5rem;}
  }

/*加入我们div*/

.JoinUs_div1{width: 100%;}
.JoinUs_div3{width: 100%;overflow: hidden;padding-bottom: 48px;}
.JoinUs_div3 a{width: 378px;background: #FFFFFF;box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.04);float: left;margin-right: 33px;margin-top: 40px;}
.JoinUs_div3 a:nth-child(1){margin-top: 0;}
.JoinUs_div3 a:nth-child(2){margin-top: 0;}
.JoinUs_div3 a:nth-child(3){margin-top: 0;}
.JoinUs_div3 a:nth-child(3n){margin-right: 0;}
.JoinUs_div3 a .dd1{width: 100%;height: 50px;line-height: 50px;padding-left: 34px;font-size: 20px;color: #fff;padding-left: 16px;}
.JoinUs_div3 a .dd2{width: 100%;padding: 28px 34px;}
.JoinUs_div3 a .dd2 .dd2b{font-size: 14px;color: #000;line-height: 30px;text-align: justify;height: 120px;}
.JoinUs_div3 a .dd2 .dd2b p{font-size: 14px;color: #000;}
.JoinUs_div3 a .dd2 .dd2c{display: inline-flex;align-items: center;padding-top: 24px;}
.JoinUs_div3 a .dd2 .dd2c span{font-size: 14px;color: #C00000;}
.JoinUs_div3 a .dd2 .dd2c img{width: 12px;margin-left: 5px;}
.JoinUs_div3 a.redClass .dd2 .dd2c img.img1{display: inline-block;}
.JoinUs_div3 a.redClass .dd2 .dd2c img.img2{display: none;}
.JoinUs_div3 a.redClass .dd2 .dd2c span{color: #C00000;}
.JoinUs_div3 a.blueClass .dd2 .dd2c img.img1{display: none;}
.JoinUs_div3 a.blueClass .dd2 .dd2c img.img2{display: inline-block;}
.JoinUs_div3 a.blueClass .dd2 .dd2c span{color: #033F97;}
.JoinUs_div3 a.redClass .dd1{background-color: #C00000;background: url(../images/bg_red.png);}
.JoinUs_div3 a.blueClass .dd1{background-color: #033F97;background: url(../images/bg_blue.png);}
@media screen and (max-width: 1000px){
  /*--*/
  .JoinUs_div3{padding-bottom: 0.5rem;}
  .JoinUs_div3 a{margin-right: 0;margin-top: 0.3rem !important;width: 100%;float: inherit;}
  .JoinUs_div3 a:first-child{margin-top: 0 !important;}
  .JoinUs_div3 a .dd1{height: 0.7rem;line-height: 0.7rem;font-size: 0.28rem;padding-left: 0.3rem;}
  .JoinUs_div3 a .dd2{padding: 0.25rem;}
  .JoinUs_div3 a .dd2 .dd2b{font-size: 0.26rem;}
  .JoinUs_div3 a .dd2 .dd2b{font-size: 0.26rem;line-height: 0.5rem;height: 2rem;}
  .JoinUs_div3 a .dd2 .dd2c{padding-top: 0.2rem;}
  }

/*地图区域div*/

.mapDivBg{width: 100%;height: 680px;position: relative;z-index: 9;overflow: hidden;}
.mapDiv1{position: absolute;left: 0;top: 0;z-index: 10;border: 0px solid red;width: 100%;padding-top: 116px;}
.mapDiv3{width: 444px;}
.mapDiv3 .dd1 span{font-size: 30px;font-weight: 700;color: #000;border-bottom: 3px solid #C00000;padding-bottom: 10px;}
.mapDiv3 .dd2{background: rgba(255, 255, 255, 0.9); box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.04); border: 1px solid #E5E5E5;padding: 47px 28px;}
.mapDiv3 .dd2 .itembox{width: 100%;display: flex;justify-content: space-between;padding-top: 36px;}
.mapDiv3 .dd2 .itembox:first-child{padding-top: 0;}
.mapDiv3 .dd2 .itembox .fls{width: 48px;}
.mapDiv3 .dd2 .itembox .fls img{width: 100%;height: 48px;}
.mapDiv3 .dd2 .itembox .frs{width: calc(100% - 48px);padding-left: 15px;}
.mapDiv3 .dd2 .itembox .frs .fr1{font-size: 16px;color: #000;line-height: 26px;font-weight: 700;text-align: justify;}
.mapDiv3 .dd2 .itembox .frs .fr2{font-size: 14px;color: #666;line-height: 26px;text-align: justify;}
.mapDiv3 .dd2 .itembox .frs .frItem{padding-top: 24px;}
.mapDiv3 .dd2 .itembox .frs .frItem:first-child{padding-top: 0;}
.mapDiv3 .dd2 .itembox .frs .frItem .fr2{display: flex;align-items: center;flex-wrap: wrap;}
.mapDiv3 .dd2 .itembox .frs .fr2 a{font-size: 14px;color: #666;line-height: 26px;}
.mapDiv3 .dd2 .itembox .frs .fr2 a:after{content: "、";font-size: 14px;color: #666;line-height: 26px;display: inline;}
.mapDiv3 .dd2 .itembox .frs .fr2 a:last-child:after{display: none;}
@media screen and (max-width: 1000px){
  /*--*/
  .mapDiv1{position: inherit;left: inherit;top: inherit;padding: 0 0 0.5rem 0;}
  .mapDiv3 .dd1 span{font-size: 0.3rem;}
  .mapDiv3 .dd2{padding: 0.25rem;width: 100%;}
  .mapDiv3 .dd2 .itembox .fls{width: 0.7rem;}
  .mapDiv3 .dd2 .itembox .fls img{height: 0.7rem;}
  .mapDiv3 .dd2 .itembox .frs{width: calc(100% - 0.7rem);padding-left: 0.2rem;}
  .mapDiv3 .dd2 .itembox .frs .fr1{font-size: 0.28rem;line-height: 0.5rem;}
  .mapDiv3 .dd2 .itembox .frs .fr2{font-size: 0.26rem;line-height: 0.5rem;}
  .mapDiv3 .dd2 .itembox .frs .fr2 a{font-size: 0.26rem;line-height: 0.5rem;}
  .mapDiv3 .dd2 .itembox .frs .frItem{padding-top: 0.25rem;}
  .mapDiv3 .dd2 .itembox{padding-top: 0.25rem;}
  .mapDiv3{width: 100%;}
  .mapDivBg{height: inherit;}
  }

/*二级导航栏*/

.subMenuNav1{width: 100%;background: #FFFFFF; box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.04);}
.subMenuNav2{display: flex;justify-content: space-between;}
.subMenuNav2 a{width: 33.33%;height: 48px;line-height: 48px;background: #FFFFFF; box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.04); border-right: 1px solid #E5E5E5;font-size: 18px;color: #333;text-align: center;transition: all 0.4s;}
.subMenuNav2 a:last-child:nth-child(3n + 2){margin-right: calc((100% - 33.33%) / 2);}
.subMenuNav2 a:hover,.subMenuNav2 a.on{background: #C00000;color: #fff;}
@media screen and (max-width: 1000px){
  /*--*/
  .subMenuNav2{width: 100% !important;}
  .subMenuNav2 a{height: 0.7rem;line-height: 0.7rem;font-size: 0.26rem;}
  }

/*学院简介板块div*/

.jianJie_Div1{width: 100%;}
.jianJie_Div1 .commTitles1{padding-bottom: 40px;}
.jianJie_Div3{width: 100%;font-size: 14px;color: #000;line-height: 30px;text-align: justify;}
@media screen and (max-width: 1000px){
  /*--*/
  .jianJie_Div1 .commTitles1{padding-bottom: 0.3rem;}
  .jianJie_Div3{font-size: 0.26rem;line-height: 0.45rem;}
  }

/*办学资质板块div*/

.jianJie_Div4{width: 100%;display: flex;justify-content: space-between;align-items: center;padding: 50px 0px;}
.jianJie_Div4 .ziZhiBtns{width: 55px;cursor: pointer;height: 55px;background: #FFFFFF; box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.1);border-radius: 100%;overflow: hidden;display: inline-flex;justify-content: center;align-items: center;font-weight: 700;font-size: 20px;cursor: pointer;transition: all 0.4s;color: #C00000;}
.jianJie_Div4 .onlydiv{width: calc(100% - 190px);padding: 0 40px;}
.jianJie_Div4 #ziZhiBanner{width: 100%;}
.jianJie_Div4 #ziZhiBanner .swiper-slide{width: 100%;}
@media (any-hover: hover){
  /*--*/
  .jianJie_Div4 .ziZhiBtns:hover{background: #C00000;color: #fff;}
  }
@media screen and (max-width: 1000px){
  /*--*/
  .jianJie_Div4 .ziZhiBtns:active{background: #C00000;color: #fff;}
  }
@media screen and (max-width: 1280px){
  /*--*/
  .jianJie_Div4 .onlydiv{width: calc(100% - 150px);padding: 0 20px;}
  }
@media screen and (max-width: 1000px){
  /*--*/
  .jianJie_Div4 .ziZhiBtns{width: 40px;height: 40px;font-size: 0.32rem;}
  .jianJie_Div4 .onlydiv{width: calc(100% - 100px);padding: 0 10px;}
  }

/*学院专职金牌讲师*/

.jinPaiJiangShi3{width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;}
.jinPaiJiangShi3 a{width: 382px;background: #fff;box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.04);margin-top: 40px;}
.jinPaiJiangShi3 a:nth-child(1){margin-top: 0;}
.jinPaiJiangShi3 a:nth-child(2){margin-top: 0;}
.jinPaiJiangShi3 a:nth-child(3){margin-top: 0;}
.jinPaiJiangShi3 a:last-child:nth-child(3n + 2){margin-right: calc((100% - 30%) / 2);}
.jinPaiJiangShi3 a .dd1{width: 100%;height: 256px;background: linear-gradient(to bottom, #fff, #eecbcb);position: relative;overflow: hidden;display: flex;justify-content: flex-end;align-items: flex-end;border-bottom: 3px solid #c00000;}
.jinPaiJiangShi3 a .dd1 img{height: 100%;border: 0px solid red;}
.jinPaiJiangShi3 a .dd1 .pp1{width: 116px;height: 36px;line-height: 36px;background: #C00000;position: absolute;left: 20px;bottom: 50px;font-size: 20px;color: #fff;transform: skewX(-20deg);z-index: 10;border-radius: 4px;padding: 0 10px;}
.jinPaiJiangShi3 a .dd1 .pp2{width: 273px;height: 32px;line-height: 32px;background: #fff;position: absolute;left: 20px;bottom: 20px;font-size: 14px;color: #333;transform: skewX(-20deg);z-index: 9;border-radius: 4px;padding: 0 10px;}
.jinPaiJiangShi3 a .dd2{padding: 32px;}
.jinPaiJiangShi3 a .dd2 p{font-size: 14px;color: #000;line-height: 30px;text-align: justify;}

/*学院专职金牌讲师~~~蓝色主题*/

.jinPaiJiangShi3 a.ifBlueClass .dd1 .pp1{background: #033F97;}
.jinPaiJiangShi3 a.ifBlueClass .dd1{background: linear-gradient(to bottom, #fff, #ccd7e7);border-bottom: 3px solid #033F97;}
@media screen and (max-width: 1280px){
  /*--*/
  .jinPaiJiangShi3 a{width: 32.5%;}
  }
@media screen and (max-width: 1000px){
  /*--*/
  .jinPaiJiangShi3 a .dd1{height: inherit;height: 3rem;}
  .jinPaiJiangShi3 a{width: 100%;margin-top: 0.25rem !important;margin-right: 0 !important;border: 1px dotted #bbb;}
  .jinPaiJiangShi3 a:nth-child(1){margin-top: 0;}
  .jinPaiJiangShi3 a .dd2{padding: 0.25rem;}
  .jinPaiJiangShi3 a .dd2 p{font-size: 0.26rem;line-height: 0.45rem;}
  .jinPaiJiangShi3 a .dd1 .pp1{width: 30%;height: 0.5rem;line-height: 0.5rem;left: 10%;bottom: 0.8rem;font-size: 0.26rem;padding: 0 0.1rem;}
  .jinPaiJiangShi3 a .dd1 .pp2{width: 60%;height: 0.5rem;line-height: 0.5rem;left: 10%;bottom: 0.3rem;font-size: 0.26rem;padding: 0 0.1rem;}
  .jinPaiJiangShi3 a .dd1 img{height: 100%;}
  }

/*学院外聘专家团队*/

.ExpertTeam3{width: 100%;display: flex;justify-content: space-between;flex-wrap: wrap;padding-bottom: 50px;}
.ExpertTeam3 a{width: 584px;background: #FFFFFF; box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.04);padding: 36px 48px 42px 48px;margin-top: 32px;}
.ExpertTeam3 a:nth-child(1){margin-top: 0;}
.ExpertTeam3 a:nth-child(2){margin-top: 0;}
.ExpertTeam3 a .dd1{width: 100%;font-weight: 700;font-size: 18px;color: #000;position: relative;height: 32px;line-height: 32px;}
.ExpertTeam3 a .dd1:before{content: "";width: 5px; height: 32px; background: #C00000; box-shadow: 0px 0px 20px 0px rgba(192, 0, 0, 0.7);display: inline-block;position: absolute;left: -48px;top: 0;z-index: 10;}
.ExpertTeam3 a .dd2{padding-top: 20px;font-size: 15px;color: #000;line-height: 30px;}
.ExpertTeam3 a .dd3{padding-top: 10px;font-size: 15px;color: #000;line-height: 30px;}
@media screen and (max-width: 1280px){
  /*--*/
  .ExpertTeam3 a{width: 48.5%;}
  }
@media screen and (max-width: 1000px){
  /*--*/
  .ExpertTeam3{display: block;padding-bottom: 0.5rem;}
  .ExpertTeam3 a{width: 100%;padding: 0.25rem;margin-top: 0.25rem !important;border: 1px dotted #bbb;}
  .ExpertTeam3 a:first-child{margin-top: 0;}
  .ExpertTeam3 a .dd1:before{left: -0.25rem;height: 0.5rem;}
  .ExpertTeam3 a .dd1{height: 0.5rem;font-size: 0.28rem;}
  .ExpertTeam3 a .dd2{line-height: 0.45rem;font-size: 0.26rem;padding-top: 0.2rem;}
  .ExpertTeam3 a .dd3{line-height: 0.45rem;font-size: 0.26rem;padding-top: 0.05rem;}
  }

/*发展历程的奇葩布局*/

.faZhan_Div1{width: 100%;display: flex;justify-content: center;padding-bottom: 500px;padding-top: 80px;background-repeat: no-repeat !important;background-position: left bottom !important;background-size: 100% 364px !important;}
.faZhan_Div2{width: 1395px;height: 650px;border: 0px solid red;position: relative;}
.faZhan_Div3{width: 100%;border: 0px solid red;}
.faZhan_Div1 .itembox{position: relative;padding-left: 10px;width: 260px;position: absolute;z-index: 10;}
.faZhan_Div1 .itembox>img{position: absolute;left: -10px;top: 0;z-index: 10;width: 7px;height: 259px;}
.faZhan_Div1 .itembox .dd1{font-size: 38px;color: #C00000;font-weight: 700;}
.faZhan_Div1 .itembox .dd2{font-size: 14px;color: #000;text-align: justify;line-height: 28px;overflow-x: hidden;overflow-y: auto;height: 160px;background: -pink;padding-right: 15px;}
.faZhan_Div1 .itembox:nth-child(1){left: 100px;bottom: 300px;}
.faZhan_Div1 .itembox:nth-child(2){left: 170px;bottom: -210px;}
.faZhan_Div1 .itembox:nth-child(3){left: 450px;bottom: 200px;}
.faZhan_Div1 .itembox:nth-child(4){left: 500px;bottom: -190px;}
.faZhan_Div1 .itembox:nth-child(5){left: 750px;bottom: 390px;}
.faZhan_Div1 .itembox:nth-child(6){left: 800px;bottom: -210px;}
.faZhan_Div1 .itembox:nth-child(7){left: 1050px;bottom: 450px;}
.faZhan_Div1 .itembox:nth-child(8){left: 1100px;bottom: 70px;}
@media screen and (max-width: 1440px){
  /*--*/
  .faZhan_Div2{width: 95%;border: 0px solid red;}
  .faZhan_Div1 .itembox:nth-child(1){left: 50px;}
  .faZhan_Div1 .itembox:nth-child(2){left: 120px;}
  .faZhan_Div1 .itembox:nth-child(3){left: 400px;}
  .faZhan_Div1 .itembox:nth-child(4){left: 450px;}
  .faZhan_Div1 .itembox:nth-child(5){left: 700px;}
  .faZhan_Div1 .itembox:nth-child(6){left: 750px;}
  .faZhan_Div1 .itembox:nth-child(7){left: 1000px;}
  .faZhan_Div1 .itembox:nth-child(8){left: 1050px;}
  }
@media screen and (max-width: 1400px){
  /*--*/
  .faZhan_Div1 .itembox:nth-child(1){left: 0px;}
  .faZhan_Div1 .itembox:nth-child(2){left: 70px;}
  .faZhan_Div1 .itembox:nth-child(3){left: 350px;}
  .faZhan_Div1 .itembox:nth-child(4){left: 400px;}
  .faZhan_Div1 .itembox:nth-child(5){left: 650px;}
  .faZhan_Div1 .itembox:nth-child(6){left: 700px;}
  .faZhan_Div1 .itembox:nth-child(7){left: 950px;}
  .faZhan_Div1 .itembox:nth-child(8){left: 1000px;}
  }
@media screen and (max-width: 1350px){
  /*--*/
  .faZhan_Div1 .itembox:nth-child(5){left: 600px;}
  .faZhan_Div1 .itembox:nth-child(7){left: 900px;}
  .faZhan_Div1 .itembox:nth-child(8){left: 990px;}
  }
@media screen and (max-width: 1340px){
  /*--*/
  .faZhan_Div1 .itembox:nth-child(8){left: 900px;}
  }
@media screen and (max-width: 1280px){
  /*--*/
  .faZhan_Div1{padding-bottom: 0;}
  .faZhan_Div1 .itembox>img{display: none;}
  .faZhan_Div1 .itembox .dd1{padding-bottom: 10px;}
  .faZhan_Div3{border: 0px solid orange;display: flex;justify-content: space-between;flex-wrap: wrap;}
  .faZhan_Div1 .itembox{position: inherit !important;left: inherit !important;top: inherit !important;bottom: inherit !important;right: inherit !important;width: 24%;margin-top: 20px;background: #fff;box-shadow: 0 0 5px rgba(100, 100, 100, 0.1);padding: 15px;}
  .faZhan_Div2{background: none !important;height: inherit;padding-bottom: 100px;}
  }
@media screen and (max-width: 1000px){
  /*--*/
  .faZhan_Div2{padding-bottom: 0.5rem;}
  .faZhan_Div1 .itembox{width: 48%;margin-top: 0.3rem !important;padding: 0.3rem;}
  .faZhan_Div1 .itembox:nth-child(1){margin-top: 0 !important;}
  .faZhan_Div1 .itembox:nth-child(2){margin-top: 0 !important;}
  .faZhan_Div1{background: none !important;padding-top: 0.5rem;}
  .faZhan_Div1 .itembox .dd2{height: inherit;max-height: 3rem;line-height: 0.5rem;padding-right: 0.15rem;}
  .faZhan_Div1 .itembox .dd1{padding-bottom: 0.1rem;font-size: 0.36rem;}
  }

/*手机端公共类导航~~~1/3*/

.headerWap{background: rgba(255, 255, 255, 1)!important;box-shadow: 5px 3px 15px rgba(0, 0, 0, .05);position: fixed;width: 100%;z-index: 999992;display: none;left: 0;top: 0;}
.headerWap .headerBox{padding: 0;margin: 0 auto;display: flex;align-items: center;justify-content: space-between;}
.headerWap .headerBox .lefts a{display: block;padding: 10px;}
.headerWap .headerBox .lefts a img{display: block;height: 50px;}
.headerWap .headerBox .rights{text-align: right;display: flex;float: right;font-size: 35px;font-weight: 700;color: #444;height: 60px;border: 0px solid red;display: inline-flex;align-items: center;padding-left: 30px;padding-right: 10px;}
.headerWap .headerBox .rights img{width: 40px;height: 40px;}
.headerWap .nav{position: fixed;top: 0px;left: 0;background: rgba(0, 0, 0, 0);width: 100%;height: 100%;transform: translateX(100%);transition: all 0.5s;}
.headerWap .nav.open{transform: translateX(0);transition: all 0.5s;}
.headerWap .nav.open{background: rgba(0, 0, 0, 0.5);}
.headerWap .nav .head{display: flex;align-items: center;justify-content: space-between;border-bottom: 1px solid #f5f5f5;}
.headerWap .nav .head .icon{display: block;padding: 10px 0 10px 10px;}
.headerWap .nav .head .icon img{height: 50px;}
.headerWap .nav .head .btn{width: 50px;color: #444;text-align: right;font-size: 20px;border: 0px solid red;height: 50px;display: inline-flex;justify-content: center;align-items: center;}
.headerWap .nav .head .btn img{width: 24px;height: 24px;}
.headerWap .nav .navBox{position: absolute;right: 0;top: 0;width: 80%;height: 100%;background: #fff;}
.headerWap .nav .navBox ul{overflow-y: auto;height: calc(100% - 71px);}
.headerWap .nav .navBox li{position: relative;width: 100%;border-bottom: 1px solid #f5f5f5;}
.headerWap .nav .navBox li.open dl{display: block;border-top: 1px solid #eee;}
.headerWap .nav .navBox li >i.iconfont{width: 59px;height: 59px;color: #1F3163;position: absolute;right: 0;top: 0;text-align: center;font-size: 15px;border: 0px solid red;display: inline-flex;align-items: center;justify-content: center;transition: all 0.5s;background: #F5F5F5;}
.headerWap .nav .navBox li >i.iconfont img{transition: all 0.5s;}
.headerWap .nav .navBox li.open>i.iconfont img{border: 0px solid red;transform: rotate(180deg);}
.headerWap .nav .navBox li i img{width: 20px;}
.headerWap .nav .navBox li a{display: inline-block;width: calc(100% - 59px);color: #444;font-size: 0.28rem;padding: 20px 0;font-weight: 700;box-sizing: border-box;padding-left: 20px;}
.headerWap .nav .navBox li a.on{color: #63A517;}
.headerWap .nav .navBox li dl{display: none;}
.headerWap .nav .navBox li dl a{font-weight: normal;box-sizing: border-box;padding: 10px 0 10px 20px;}
.headerWap .nav .lanuage img{height: 50px;padding: 0.3rem 0;}
@media (max-width:1080px){
  /*--*/
  .header,.fixedTopNav1{display: none;}
  .headerWap{display: block;}
  }
@media (max-width:800px){
  /*--*/
  .headerWap .headerBox .logo a img{height: 40px;}
  .headerWap .headerBox .right{font-size: 30px;}
  }

/*手机端公共类导航~~~新增了三级菜单后的样式~~~2/3*/

.twoNav dd{width: 100%;position: relative;border-bottom: 1px solid #eee;}
.twoNav dd:last-child{border-bottom: none;}
.headerWap .nav .navBox li .twoNav dd>a{width: calc(100% - 0.8rem);box-sizing: border-box;padding-left: 0.8rem;}
.headerWap .nav .navBox li .twoNav dd .threeNav{display: none;}
.headerWap .nav .navBox li .twoNav dd .threeNav a{padding-left: 1.6rem;box-sizing: border-box;width: calc(100% - 1.6rem);border-bottom: 1px solid #f5f5f5;width: 100%;}
.twoNav dd>i.iconfont{width: 44px;height: 44px;color: #1F3163;position: absolute;right: 0;top: 0;text-align: center;font-size: 15px;border: 0px solid red;display: inline-flex;align-items: center;justify-content: center;transition: all 0.5s;background: #F5F5F5;}

/*手机端公共类导航~~~新增了三级菜单后的样式~~~3/3*/

.headerWap .nav .navBox li .twoNav dd.open2Class .threeNav{display: block;}
.headerWap .nav .navBox li .twoNav dd>i.iconfont img{transition: all 0.5s;}
.headerWap .nav .navBox li .twoNav dd.open2Class>i.iconfont img{border: 0px solid red;transform: rotate(180deg);}

/*主题红色：#C00000，主题悬浮红色：#a10707*/
